home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / handson / handson.exe / CONST1.DFM / CONST1.txt
Encoding:
Text File  |  1997-02-01  |  525 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object ListBox1: TListBox
  14.     Left = 41
  15.     Top = 16
  16.     Width = 345
  17.     Height = 169
  18.     ItemHeight = 16
  19.     TabOrder = 0
  20.   end
  21.   object Button1: TButton
  22.     Left = 133
  23.     Top = 200
  24.     Width = 161
  25.     Height = 41
  26.     Caption = 'Use &Constants'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30. end
  31.